JavaScript

A5.PanelLayoutcollapseFlow Method

Syntax

A5.PanelLayout.collapseFlow(panel[,animation])

Arguments

panelstring

The name of the panel to collapse the flow at.

animationboolean

Whether or not to animate the panel layout transition. The default value is true.

Description

Collapse all the panels before the passed in panel, so that the passed in panel is the first panel visible in the layout.

Example

// assume pObj is a pointer to a panel class
pObj.hideDock();